'Declaration
Public Overloads Sub SendToFile( _ ByVal sessionMatchPredicate As Predicate(Of ISessionSummary), _ ByVal markAsRead As Boolean, _ ByVal fullFileNamePath As String, _ ByVal asyncSend As Boolean _ )
public void SendToFile( Predicate<ISessionSummary> sessionMatchPredicate, bool markAsRead, string fullFileNamePath, bool asyncSend )
Parameters
- sessionMatchPredicate
- A delegate to evaluate sessions and determine which ones to send.
- markAsRead
- True to have every included session marked as read upon successful completion.
- fullFileNamePath
- The file name and path to write the final package to
- asyncSend
- True to have the package and send process run asynchronously.